* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow: hidden;
}

.fa-github {
  position: absolute;
  top: 10px;
  right: 10px;
  color: gray;
  font-size: 2rem;
}
